home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Freeware / Partition Logic 0.63 / partlogic-0.63.iso / programs / helpfiles / rm.txt < prev    next >
Encoding:
Text File  |  2006-08-22  |  317 b   |  18 lines

  1.  
  2.  -- rm --
  3.  
  4. Remove (delete) one or more files.
  5.  
  6. Synonym:
  7.   del
  8.  
  9. Usage:
  10.   rm [-R] <file1> [file2] [...]
  11.  
  12. This command will remove one or more files.  Normally it will not remove
  13. directories.  To remove a directory, use the 'rmdir' command.
  14.  
  15. Options:
  16. -R              : Force recursive deletion, including directories.
  17.  
  18.